*{
    margin:0;
    box-sizing: border-box;
}
body{
    
    background-size: cover;
    opacity: 1;
}
.logo img{
    width: 500px;
}
    
.navbar{
    
    background-image: url("../images/med.jpg");
    padding: 20px;
    padding: 40px 0;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(30, 92, 92);
}
#hello{
    display: flex;
    flex-direction: row;
}
#hello a{
    margin-right: 30px;
    
    text-decoration: none;
    color:white;
    font-size: 18px;
    
}
#hello a:hover{
    background-color: rgb(33, 117, 99);
    transition: .5s;
    border-radius: 10px;
}
.about{
    background: rgb(9, 41, 40);
}
.content{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    
}
.pic{
    width: 32%;
}
.welcome{
    width: 60%;
}
.welcome h1{
    color: rgb(5, 252, 235);
    text-align: center;
    font-size: 75px;
}
.welcome h2{
    
    color: rgb(248, 5, 252);
    text-align: center;
    font-size: 40px;
}
.welcome p{
    font-size: x-large;
    width: 100%;
    text-align: center;
}
.pic{
    margin-left: 5%;
    margin-top: 5%;
}
.whoweare{
    margin-top: 7%;
    color: aliceblue;
    width: 100%;
    margin-left: 7%;
}
.whoweare h1{
    font-size: 50px;
}
.whoweare p{
    font-size: 25px;
}
.new
{
    color: white;
    margin-top: 7%;
    margin-left: 7%;
    padding-bottom: 10%;

}
.new h1{
    font-size: 50px;

}
.new h3{
    font-size: 30px;
}
.new p{
    font-size: 20px ;
}